From 5e51e7a6bf1fe5b37883e2b3a5196ea221b42bf0 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 1 Jan 2009 08:54:46 +0000 Subject: [PATCH] (x_create_tip_frame): Set border width of the X window. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index d9e2cef30af..25ace421974 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -4850,7 +4850,7 @@ x_create_tip_frame (dpyinfo, parms, text) /* x, y, width, height */ 0, 0, 1, 1, /* Border. */ - 1, + f->border_width, CopyFromParent, InputOutput, CopyFromParent, mask, &attrs); UNBLOCK_INPUT; -- 2.30.2